home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00273_Script_273 < prev    next >
Text File  |  1995-06-01  |  211b  |  11 lines

  1. on mouseDown
  2.   global addLine
  3.   set addLine = (the mouseLine)
  4.   if addLine = -1 then 
  5.     exit
  6.   else
  7.     hilite line (the mouseLine) of field "library display list"
  8.     addNameToPlayList
  9.   end if
  10. end
  11.